Driven Current Module
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=wp), | public | :: | zv1(100,2) | ||||
real(kind=wp), | public | :: | zv2(100,2) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | value | :: | size |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(DrivenCurrent), | intent(in) | :: | positive_dc | |||
type(DrivenCurrent), | intent(in) | :: | negative_dc |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=wp), | public | :: | cu |
?? может лучше cuj |
|||
real(kind=wp), | public | :: | cu0 |
?? cujoh |
|||
real(kind=wp), | public | :: | c |
?? |
|||
real(kind=wp), | public | :: | c0 |
?? |
|||
real(kind=wp), | public, | dimension(:), allocatable | :: | outj |
outj(i) = LH driven current density, MA/m^2 |
||
real(kind=wp), | public, | dimension(:), allocatable | :: | ohj | |||
integer, | public | :: | grid_size |
public function DrivenCurrent_constructor (size) |
procedure, public :: evaluate => DrivenCurrent_evaluate |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=wp), | public | :: | cup | ||||
real(kind=wp), | public | :: | cp | ||||
real(kind=wp), | public | :: | cum | ||||
real(kind=wp), | public | :: | cm | ||||
real(kind=wp), | public | :: | cup0 | ||||
real(kind=wp), | public | :: | cp0 | ||||
real(kind=wp), | public | :: | cum0 | ||||
real(kind=wp), | public | :: | cm0 |
public function DrivenCurrentResult_constructor (positive_dc, negative_dc) |
procedure, public :: print => driven_current_result_print | |
procedure, public :: save => driven_current_result_save |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | value | :: | size |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(DrivenCurrent), | intent(in) | :: | positive_dc | |||
type(DrivenCurrent), | intent(in) | :: | negative_dc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DrivenCurrent), | intent(inout) | :: | this | |||
real(kind=wp), | intent(in) | :: | ROC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DrivenCurrentResult), | intent(in) | :: | this | |||
real(kind=wp), | intent(in) | :: | time |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DrivenCurrentResult), | intent(in) | :: | this | |||
real(kind=wp), | intent(in) | :: | time |